#include "gdksurface.h"
+/**
+ * SECTION:gdkpopuplayout
+ * @Title: GdkPopupLayout
+ * @Short_description: Information for presenting popups
+ *
+ * Popups are positioned relative to their parent surface.
+ * The GdkPopupLayout struct contains information that is
+ * necessary to do so.
+ */
+
struct _GdkPopupLayout
{
/* < private >*/
* gdk_popup_layout_get_rect_anchor:
* @layout: a #GdkPopupLayout
*
+ * Returns the anchor position on the anchor rectangle.
+ *
* Returns: the anchor on the anchor rectangle.
*/
GdkGravity
* gdk_popup_layout_get_surface_anchor:
* @layout: a #GdkPopupLayout
*
+ * Returns the anchor position on the popup surface.
+ *
* Returns: the anchor on the popup surface.
*/
GdkGravity